home *** CD-ROM | disk | FTP | other *** search
/ CD School House 9 / CD School House 9.0 - Wayzata Technology (1994).iso / mac / Win / TEACHAID / GBPLUS / INSTALL.INF < prev    next >
INI File  |  1994-05-29  |  2KB  |  63 lines

  1. [dialog]
  2.     caption = "Gradebook Plus Installation"
  3.     line1 = "Installing Gradebook Plus"
  4. ; The diskkfmt is [optional] remove this line entirely to not show Total Disk space needed.
  5.     diskkfmt = "Total Disk Requirement: %dK"
  6.  
  7. [buttons]
  8. ;1-on/0-off, K-needed, "button text"
  9. ;First item is a dummy and indicates base-level (installLevel 0) required. It is the total K required.
  10. ;Subsequent items control inclusion/exclusion of installLevel N. Upto 4 checkboxes.
  11.     1, 1070, "Total K Needed for everything."
  12.  
  13. [data]
  14. ; Below defdir is known as 0: as a destination ONLY and libdir is known as L:
  15.     defdir = C:\gbplus
  16.     libdir = W:RlzRun20
  17.  dlldir = W:
  18.  
  19. [disks]
  20.     1 =., "Gradebook Plus Disk 1"
  21.  
  22. [app.tree]
  23. ; Must be #appN where N is the installLevel at least one line per destination directory.  SPECIAL, 0: indicates user-
  24. ; specified data.defdir (default above),  SPECIAL, L: indicates data.libdir (default above) if present, else same as "0:".
  25.     #app0.main,            0:
  26.     #app0.lib,            L:
  27.     #app0.dll,          L:
  28.  
  29. ; In each section, list of source files.  The 1: or 2: only matters when the file is not found, in which
  30. ; case it selects a prompt from the [disks] section above.
  31. [app0.main]
  32.     1:gbplus.exe,   "Application"
  33.     1:readme.wri,  "Application"
  34.     1:registrn.wri, "Application"
  35.     1:gb.ini
  36.     1:blank.gb
  37.     1:lotadata.gb
  38.     1:sample.gb
  39.  
  40. [app0.lib]
  41.     1:RlzRun20.RTS,   "Runtime Libraries"
  42.     1:CABLE.DLL
  43.     1:obj3d.DLL
  44.  
  45.  
  46. [progman.groups]
  47. ; Groupname [,any 2nd param indicates do not minimize] The application name literally must match below.
  48. "GB Plus" ,1
  49.  
  50. [GB Plus]
  51. ;installLevel, "Title", cmdLine [, iconFile [, iconDex]]
  52.     0, "GB Plus",        0:gbplus.exe
  53.     0, "Readme",        0:readme.wri
  54.     0, "Registration",    0:registrn.wri
  55.  
  56. ;[inifiles]
  57. ;0, inifilename, sectionheader
  58. ;    followed by any number of:
  59. ;1, variable, string
  60. ;    0, Junk1.INI, "Junk section"
  61. ;    1, Maximized, 1
  62.  
  63.